No surprises here; the customary operators are present.
** is "raised to"
// is integer division
Mixed-mode arithmetic is allowed; if necessary conversion to higher precision is performed.
Note that expressions of the type "short integer" are computed in "integer" precision. Conversion to the base type is only performed when the values are stored.